3.1.30 \(\int \frac {x^2 (A+B x)}{(a+b x^2)^{3/2}} \, dx\)

Optimal. Leaf size=66 \[ \frac {A \tanh ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a+b x^2}}\right )}{b^{3/2}}-\frac {x (A+B x)}{b \sqrt {a+b x^2}}+\frac {2 B \sqrt {a+b x^2}}{b^2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 66, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {819, 641, 217, 206} \begin {gather*} \frac {A \tanh ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a+b x^2}}\right )}{b^{3/2}}-\frac {x (A+B x)}{b \sqrt {a+b x^2}}+\frac {2 B \sqrt {a+b x^2}}{b^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x^2*(A + B*x))/(a + b*x^2)^(3/2),x]

[Out]

-((x*(A + B*x))/(b*Sqrt[a + b*x^2])) + (2*B*Sqrt[a + b*x^2])/b^2 + (A*ArcTanh[(Sqrt[b]*x)/Sqrt[a + b*x^2]])/b^
(3/2)

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 641

Int[((d_) + (e_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[(e*(a + c*x^2)^(p + 1))/(2*c*(p + 1)),
x] + Dist[d, Int[(a + c*x^2)^p, x], x] /; FreeQ[{a, c, d, e, p}, x] && NeQ[p, -1]

Rule 819

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[((d + e*x)^(
m - 1)*(a + c*x^2)^(p + 1)*(a*(e*f + d*g) - (c*d*f - a*e*g)*x))/(2*a*c*(p + 1)), x] - Dist[1/(2*a*c*(p + 1)),
Int[(d + e*x)^(m - 2)*(a + c*x^2)^(p + 1)*Simp[a*e*(e*f*(m - 1) + d*g*m) - c*d^2*f*(2*p + 3) + e*(a*e*g*m - c*
d*f*(m + 2*p + 2))*x, x], x], x] /; FreeQ[{a, c, d, e, f, g}, x] && NeQ[c*d^2 + a*e^2, 0] && LtQ[p, -1] && GtQ
[m, 1] && (EqQ[d, 0] || (EqQ[m, 2] && EqQ[p, -3] && RationalQ[a, c, d, e, f, g]) ||  !ILtQ[m + 2*p + 3, 0])

Rubi steps

\begin {align*} \int \frac {x^2 (A+B x)}{\left (a+b x^2\right )^{3/2}} \, dx &=-\frac {x (A+B x)}{b \sqrt {a+b x^2}}+\frac {\int \frac {a A+2 a B x}{\sqrt {a+b x^2}} \, dx}{a b}\\ &=-\frac {x (A+B x)}{b \sqrt {a+b x^2}}+\frac {2 B \sqrt {a+b x^2}}{b^2}+\frac {A \int \frac {1}{\sqrt {a+b x^2}} \, dx}{b}\\ &=-\frac {x (A+B x)}{b \sqrt {a+b x^2}}+\frac {2 B \sqrt {a+b x^2}}{b^2}+\frac {A \operatorname {Subst}\left (\int \frac {1}{1-b x^2} \, dx,x,\frac {x}{\sqrt {a+b x^2}}\right )}{b}\\ &=-\frac {x (A+B x)}{b \sqrt {a+b x^2}}+\frac {2 B \sqrt {a+b x^2}}{b^2}+\frac {A \tanh ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a+b x^2}}\right )}{b^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 67, normalized size = 1.02 \begin {gather*} \frac {A \sqrt {b} \sqrt {a+b x^2} \tanh ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a+b x^2}}\right )+2 a B+b x (B x-A)}{b^2 \sqrt {a+b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x^2*(A + B*x))/(a + b*x^2)^(3/2),x]

[Out]

(2*a*B + b*x*(-A + B*x) + A*Sqrt[b]*Sqrt[a + b*x^2]*ArcTanh[(Sqrt[b]*x)/Sqrt[a + b*x^2]])/(b^2*Sqrt[a + b*x^2]
)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.36, size = 61, normalized size = 0.92 \begin {gather*} \frac {2 a B-A b x+b B x^2}{b^2 \sqrt {a+b x^2}}-\frac {A \log \left (\sqrt {a+b x^2}-\sqrt {b} x\right )}{b^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(x^2*(A + B*x))/(a + b*x^2)^(3/2),x]

[Out]

(2*a*B - A*b*x + b*B*x^2)/(b^2*Sqrt[a + b*x^2]) - (A*Log[-(Sqrt[b]*x) + Sqrt[a + b*x^2]])/b^(3/2)

________________________________________________________________________________________

fricas [A]  time = 1.05, size = 164, normalized size = 2.48 \begin {gather*} \left [\frac {{\left (A b x^{2} + A a\right )} \sqrt {b} \log \left (-2 \, b x^{2} - 2 \, \sqrt {b x^{2} + a} \sqrt {b} x - a\right ) + 2 \, {\left (B b x^{2} - A b x + 2 \, B a\right )} \sqrt {b x^{2} + a}}{2 \, {\left (b^{3} x^{2} + a b^{2}\right )}}, -\frac {{\left (A b x^{2} + A a\right )} \sqrt {-b} \arctan \left (\frac {\sqrt {-b} x}{\sqrt {b x^{2} + a}}\right ) - {\left (B b x^{2} - A b x + 2 \, B a\right )} \sqrt {b x^{2} + a}}{b^{3} x^{2} + a b^{2}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x+A)/(b*x^2+a)^(3/2),x, algorithm="fricas")

[Out]

[1/2*((A*b*x^2 + A*a)*sqrt(b)*log(-2*b*x^2 - 2*sqrt(b*x^2 + a)*sqrt(b)*x - a) + 2*(B*b*x^2 - A*b*x + 2*B*a)*sq
rt(b*x^2 + a))/(b^3*x^2 + a*b^2), -((A*b*x^2 + A*a)*sqrt(-b)*arctan(sqrt(-b)*x/sqrt(b*x^2 + a)) - (B*b*x^2 - A
*b*x + 2*B*a)*sqrt(b*x^2 + a))/(b^3*x^2 + a*b^2)]

________________________________________________________________________________________

giac [A]  time = 0.55, size = 58, normalized size = 0.88 \begin {gather*} \frac {{\left (\frac {B x}{b} - \frac {A}{b}\right )} x + \frac {2 \, B a}{b^{2}}}{\sqrt {b x^{2} + a}} - \frac {A \log \left ({\left | -\sqrt {b} x + \sqrt {b x^{2} + a} \right |}\right )}{b^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x+A)/(b*x^2+a)^(3/2),x, algorithm="giac")

[Out]

((B*x/b - A/b)*x + 2*B*a/b^2)/sqrt(b*x^2 + a) - A*log(abs(-sqrt(b)*x + sqrt(b*x^2 + a)))/b^(3/2)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 72, normalized size = 1.09 \begin {gather*} \frac {B \,x^{2}}{\sqrt {b \,x^{2}+a}\, b}-\frac {A x}{\sqrt {b \,x^{2}+a}\, b}+\frac {A \ln \left (\sqrt {b}\, x +\sqrt {b \,x^{2}+a}\right )}{b^{\frac {3}{2}}}+\frac {2 B a}{\sqrt {b \,x^{2}+a}\, b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(B*x+A)/(b*x^2+a)^(3/2),x)

[Out]

B*x^2/b/(b*x^2+a)^(1/2)+2*B*a/b^2/(b*x^2+a)^(1/2)-A*x/b/(b*x^2+a)^(1/2)+A/b^(3/2)*ln(b^(1/2)*x+(b*x^2+a)^(1/2)
)

________________________________________________________________________________________

maxima [A]  time = 1.30, size = 64, normalized size = 0.97 \begin {gather*} \frac {B x^{2}}{\sqrt {b x^{2} + a} b} - \frac {A x}{\sqrt {b x^{2} + a} b} + \frac {A \operatorname {arsinh}\left (\frac {b x}{\sqrt {a b}}\right )}{b^{\frac {3}{2}}} + \frac {2 \, B a}{\sqrt {b x^{2} + a} b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(B*x+A)/(b*x^2+a)^(3/2),x, algorithm="maxima")

[Out]

B*x^2/(sqrt(b*x^2 + a)*b) - A*x/(sqrt(b*x^2 + a)*b) + A*arcsinh(b*x/sqrt(a*b))/b^(3/2) + 2*B*a/(sqrt(b*x^2 + a
)*b^2)

________________________________________________________________________________________

mupad [B]  time = 1.34, size = 61, normalized size = 0.92 \begin {gather*} \frac {A\,\ln \left (\sqrt {b}\,x+\sqrt {b\,x^2+a}\right )}{b^{3/2}}-\frac {A\,x}{b\,\sqrt {b\,x^2+a}}+\frac {B\,\left (b\,x^2+2\,a\right )}{b^2\,\sqrt {b\,x^2+a}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2*(A + B*x))/(a + b*x^2)^(3/2),x)

[Out]

(A*log(b^(1/2)*x + (a + b*x^2)^(1/2)))/b^(3/2) - (A*x)/(b*(a + b*x^2)^(1/2)) + (B*(2*a + b*x^2))/(b^2*(a + b*x
^2)^(1/2))

________________________________________________________________________________________

sympy [A]  time = 16.61, size = 83, normalized size = 1.26 \begin {gather*} A \left (\frac {\operatorname {asinh}{\left (\frac {\sqrt {b} x}{\sqrt {a}} \right )}}{b^{\frac {3}{2}}} - \frac {x}{\sqrt {a} b \sqrt {1 + \frac {b x^{2}}{a}}}\right ) + B \left (\begin {cases} \frac {2 a}{b^{2} \sqrt {a + b x^{2}}} + \frac {x^{2}}{b \sqrt {a + b x^{2}}} & \text {for}\: b \neq 0 \\\frac {x^{4}}{4 a^{\frac {3}{2}}} & \text {otherwise} \end {cases}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(B*x+A)/(b*x**2+a)**(3/2),x)

[Out]

A*(asinh(sqrt(b)*x/sqrt(a))/b**(3/2) - x/(sqrt(a)*b*sqrt(1 + b*x**2/a))) + B*Piecewise((2*a/(b**2*sqrt(a + b*x
**2)) + x**2/(b*sqrt(a + b*x**2)), Ne(b, 0)), (x**4/(4*a**(3/2)), True))

________________________________________________________________________________________